.jjgy_bottom{
    background: #2E3238;
    padding: 20px 0 40px ;
}
.jjgy_bottom_content{
    width: 1500px;
    margin: 0 auto;
}
.jjgy_bottom_content .jjgy_bottom_logo{
    position:relative;
}
.jjgy_bottom_content .jjgy_bottom_logo::after{
    content:'';
    position: absolute;
    bottom:-20px;
    left: 0;
    width:480px;
    height: 1px;
    background: #3B3C3F;
}
.jjgy_bottom_nr .jjgy_bottom_left{
    width: 375px;
    flex-shrink: 0;
}
.jjgy_bottom_nr .jjgy_bottom_left p{
    font-size: 16px;
    color:#fff;
    line-height: 35px;
    white-space: nowrap;
}
.jjgy_bottom_nr .jjgy_bottom_left p span{
    color:#A7ABB1;
    padding-right: 12px;
}
.jjgy_bottom_nr .jjgy_bottom_left .left_box{
    margin-top: 35px;
}
.jjgy_bottom_nr .jjgy_bottom_right{
    display: flex;
}
.jjgy_bottom_nr .jjgy_bottom_right .jjgy_bottom_ewm{
    display: flex;
}
.jjgy_bottom_right .jjgy_bottom_ewm .bottom_ewm_box{
    margin-left: 60px;
    text-align: center;
    position: relative;
}
.jjgy_bottom_right .jjgy_bottom_ewm .bottom_ewm_box:first-child{
    margin-left: 30px;
}
.jjgy_bottom_right .jjgy_bottom_ewm .bottom_ewm_box::after{
    content: '';
    width: 1px;
    height: 208px;
    background: #3B3C3F;
    top: -14px;
    left: -30px;
    position: absolute;
}
.jjgy_bottom_right .jjgy_bottom_ewm .bottom_ewm_box h1{
    text-align: center;
    color:#fff;
    font-size: 16px;
    font-weight: 1000;
    line-height: 16px;
}
.jjgy_bottom_right .jjgy_bottom_ewm .bottom_ewm_box img{
    border-radius: 15px;
    margin-top: 23px;
    width: 150px;
}
.jjgy_bottom_right .jjgy_bottom_list{
    width: 150px;
    min-height: 200px;
    text-align: center;
    position: relative;
}
.jjgy_bottom_right .jjgy_bottom_list::after{
    content: '';
    width: 1px;
    height: 208px;
    background: rgba(255,255,255,0.05);
    top: -14px;
    left: 0;
    position: absolute;
}
.jjgy_bottom_right .jjgy_bottom_list h1{
    font-size: 16px;
    line-height: 16px;
    color:#fff;
    margin-bottom: 15px;
}
.jjgy_bottom_right .jjgy_bottom_list a{
    display: block;
    font-size: 16px;
    color:#7C8187;
    line-height: 40px;
    transition: all .3s ease;
}
.jjgy_bottom_right .jjgy_bottom_list a:hover{
    color:#B23636;
}
.jjgy_bottom_beian{
    height: 60px;
    background: #272A30;
}